SSCE does not track who made the changes. It only tracks if the changes were made locally or through sync (remotly). That said, a SSCE server will sync with only one client.
The runtime does not have this end to end, but you can use the client provider methods (GetChanges(), ApplyChanges() and AcceptChanges()) to run the provider as a server.
Hope that helps.
Thanks