Do you mean saving the current state of a scene at runtime?
There's no generic way to do that... the information that needs to be saved is generally specific to a game.
You can use the PlayerPrefs actions to save/load any information you want to keep. For example, save variables before leaving a level, and load them in a start state after loading a level.
You can load scenes with Load Level and Load Level Num actions.