Hi,
If you mean publish/deploy the service to make it be accessible for local/remote clients, but it could be different for different servers. For example you can publish to IIS, Microsoft BizTalk Server, or Windows Azure etc.
#WCF Service Publishing
http://msdn.microsoft.com/en-us/library/bb924407.aspx
#Publishing WCF Services
http://msdn.microsoft.com/en-us/library/bb226350(v=bts.20).aspx
#Code Quick Start: Create and deploy a WCF service in Windows Azure
http://msdn.microsoft.com/en-us/library/windowsazure/gg651130.aspx
You need install all the certificates required for you service and client on the server.
Best Regards.
Haixia
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.